projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f7b76
)
*** empty log message ***
author
Richard M. Stallman
<rms@gnu.org>
Fri, 18 Jan 2002 05:45:17 +0000
(
05:45
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 18 Jan 2002 05:45:17 +0000
(
05:45
+0000)
etc/NEWS
patch
|
blob
|
history
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 91549ef6ed2ce14bd9d033ebac5452643afd041b..bd875f782fb0e61d3c6b7cf440700504aac0533e 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-329,6
+329,12
@@
SQL buffer.
\f
* Lisp Changes in Emacs 21.3
++++
+** New function window-body-height.
+
+This is like window-height but does not count the mode line
+or the header line.
+
+++
** The new frame parameter `tty-color-mode' specifies the mode to use
for color support on character terminal frames. Its value can be a
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 145838a2e920a4b2b267216ceeb9cd8e2dd20158..c968610fa12ab4f1a3448d46c3851c132d40a35b 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2002-01-18 Richard M. Stallman <rms@gnu.org>
+
+ * window.el (window-body-height): New function.
+
2002-01-17 Richard M. Stallman <rms@gnu.org>
* ibuf-ext.el: Enable byte-compile-dynamic.